PYTHON-5401: Add AI Generated Contributions Policy#2696
Open
Jibola wants to merge 6 commits intomongodb:masterfrom
Open
PYTHON-5401: Add AI Generated Contributions Policy#2696Jibola wants to merge 6 commits intomongodb:masterfrom
Jibola wants to merge 6 commits intomongodb:masterfrom
Conversation
sleepyStick
reviewed
Feb 4, 2026
CONTRIBUTING.md
Outdated
|
|
||
| ##### Questions? | ||
|
|
||
| If you're unsure whether your contribution complies with this policy, please ask in an issue before submitting a PR. We're happy to guide contributors toward successful contributions. |
Contributor
There was a problem hiding this comment.
err i don't think users can open issues against pymongo...?
Contributor
Author
There was a problem hiding this comment.
Good point. I'll change to "ask for guidance within the scope of our PR"
Jibola
commented
Feb 25, 2026
CONTRIBUTING.md
Outdated
|
|
||
| ##### Questions? | ||
|
|
||
| If you're unsure whether your contribution complies with this policy, please ask in an issue before submitting a PR. We're happy to guide contributors toward successful contributions. |
Contributor
Author
There was a problem hiding this comment.
Good point. I'll change to "ask for guidance within the scope of our PR"
sleepyStick
previously approved these changes
Feb 25, 2026
Jibola
commented
Feb 26, 2026
CONTRIBUTING.md
Outdated
|
|
||
| - The PR Title format should always be | ||
| `[JIRA-ID] : Jira Title or Blurb Summary`. | ||
| **We do not accept pull requests that are primarily or substantially generated by AI tools** (ChatGPT, Copilot, etc.). All contributions must be written and understood by human contributors. |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| **We do not accept pull requests that are primarily or substantially generated by AI tools** (ChatGPT, Copilot, etc.). All contributions must be written and understood by human contributors. | |
| **We do not accept pull requests that are exclusively generated by AI tools without asserted confidence in code execution from the contributor**. All contributions must be written and understood by human contributors. |
…driver into PYTHON-5401 # Please enter a commit message to explain why this merge is necessary,
There was a problem hiding this comment.
Pull request overview
Adds an explicit AI-generated contributions policy to the repository’s contributor documentation and updates the PR template to point contributors to that policy.
Changes:
- Added an “AI-Generated Contributions Policy” section to
CONTRIBUTING.md. - Updated
.github/pull_request_template.mdto reference the contributing guide’s policy.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
CONTRIBUTING.md |
Introduces a new policy section defining allowed/encouraged/disallowed AI usage and disclosure expectations. |
.github/pull_request_template.md |
Adjusts the AI note to direct contributors to the contributing guide for the full policy. |
CONTRIBUTING.md
Outdated
| ##### Why This Policy Exists | ||
|
|
||
| - Convenient link to the associated JIRA ticket. | ||
| At MongoDB, we underestand the power and prevalence of AI tools in software development. With that being said, many MongoDB libraries are foundational tools used in production systems worldwide. The nature of these libraries requires: |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PYTHON-5401
Changes in this PR
Test Plan
N/A
Checklist
Checklist for Author
Checklist for Reviewer